Skip to content

Add recipe for vinceamstoutz/symfony-security-auditor 1.0 - #1990

Merged
symfony-recipes-bot merged 3 commits into
symfony:mainfrom
vinceAmstoutz:add-symfony-security-auditor
Jun 4, 2026
Merged

Add recipe for vinceamstoutz/symfony-security-auditor 1.0#1990
symfony-recipes-bot merged 3 commits into
symfony:mainfrom
vinceAmstoutz:add-symfony-security-auditor

Conversation

@vinceAmstoutz

@vinceAmstoutz vinceAmstoutz commented May 29, 2026

Copy link
Copy Markdown
Contributor
Q A
License MIT
Packagist https://packagist.org/packages/vinceamstoutz/symfony-security-auditor

ℹ️ The bundle is compatible for PHP 8.3+ and Symfony 7.4+ so it's why some CI checks still red.

@symfony-recipes-bot
symfony-recipes-bot enabled auto-merge (squash) May 29, 2026 15:45

@diimpp diimpp left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vinceAmstoutz Hi, please add MIT license to the PR before it can be processed further.

Here is example,

| Q             | A
| ------------- | ---
| License       | MIT
| Packagist     | https://packagist.org/packages/vinceamstoutz/symfony-security-auditor

@vinceAmstoutz

Copy link
Copy Markdown
Contributor Author

@vinceAmstoutz Hi, please add MIT license to the PR before it can be processed further.

Here is example,

| Q             | A
| ------------- | ---
| License       | MIT
| Packagist     | https://packagist.org/packages/vinceamstoutz/symfony-security-auditor

Done, thanks for the feedback @diimpp

auto-merge was automatically disabled June 2, 2026 06:24

Head branch was pushed to by a user without write access

@symfony-recipes-bot
symfony-recipes-bot enabled auto-merge (squash) June 2, 2026 06:24
@symfony-recipes-bot

symfony-recipes-bot commented Jun 2, 2026

Copy link
Copy Markdown
Collaborator

Thanks for the PR 😍

How to test these changes in your application

  1. Define the SYMFONY_ENDPOINT environment variable:

    # On Unix-like (BSD, Linux and macOS)
    export SYMFONY_ENDPOINT=https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1990/index.json
    # On Windows
    SET SYMFONY_ENDPOINT=https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1990/index.json
  2. Install the package(s) related to this recipe:

    composer req symfony/flex
    composer req 'vinceamstoutz/symfony-security-auditor:^1.0'
  3. Don't forget to unset the SYMFONY_ENDPOINT environment variable when done:

    # On Unix-like (BSD, Linux and macOS)
    unset SYMFONY_ENDPOINT
    # On Windows
    SET SYMFONY_ENDPOINT=

Diff between recipe versions

In order to help with the review stage, I'm in charge of computing the diff between the various versions of patched recipes.
I'm going keep this comment up to date with any updates of the attached patch.

@vinceAmstoutz

Copy link
Copy Markdown
Contributor Author

Tested using instructions described and works as expected

Screenshot from 2026-06-04 11-24-48 Screenshot from 2026-06-04 11-25-17 Screenshot from 2026-06-04 11-25-34

auto-merge was automatically disabled June 4, 2026 14:12

Head branch was pushed to by a user without write access

@symfony-recipes-bot
symfony-recipes-bot enabled auto-merge (squash) June 4, 2026 14:12
auto-merge was automatically disabled June 4, 2026 14:22

Head branch was pushed to by a user without write access

@vinceAmstoutz
vinceAmstoutz force-pushed the add-symfony-security-auditor branch from 08ce587 to c01ff5d Compare June 4, 2026 14:22
@symfony-recipes-bot
symfony-recipes-bot enabled auto-merge (squash) June 4, 2026 14:22
@vinceAmstoutz

Copy link
Copy Markdown
Contributor Author

@diimpp FYI the remaining red ci checks are as expected: the bundle supports PHP ≥ 8.3 and Symfony ≥
7.4 only, so Symfony 6 / PHP 8.1–8.2 skeleton installs can't resolve.

@symfony-recipes-bot
symfony-recipes-bot merged commit a0f097a into symfony:main Jun 4, 2026
1 of 2 checks passed
@vinceAmstoutz
vinceAmstoutz deleted the add-symfony-security-auditor branch June 4, 2026 22:02
@vinceAmstoutz

Copy link
Copy Markdown
Contributor Author

Thanks @diimpp!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants